home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00210.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  229 b   |  16 lines

  1. on exitFrame
  2.   startTimer()
  3.   repeat while the timer < 60
  4.   end repeat
  5. end
  6.  
  7. on keyDown
  8.   if the key = RETURN then
  9.     if the machineType = 256 then
  10.       go("Main Screen")
  11.     else
  12.       go("Main Screen")
  13.     end if
  14.   end if
  15. end
  16.